home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / qu.lang < prev    next >
Text File  |  2005-02-14  |  1KB  |  42 lines

  1. # Qu language definition file
  2. #
  3. # Author: Andre Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 14.02.2005
  6. #  ---------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)= abstract as atomic break case catch class const continue default
  19. do each elif else end enum ensure final finally for if in is lambda local loop
  20. me nil once pass public redo return self static struct sub super switch
  21. throw true try until use var while xor yield
  22. alias private import of on to from swap unless
  23.  
  24. $KW_LIST(kwb)=bool char string vector map set null error new
  25.  
  26. $KW_LIST(kwc)=or and not
  27.  
  28. $KW_PREFIX(kwc)=__
  29.  
  30. $STRINGDELIMITERS=" ' ` ```
  31.  
  32. $SL_COMMENT=#
  33.  
  34. $ML_COMMENT=/* */
  35.  
  36. $ALLOWNESTEDCOMMENTS=false
  37.  
  38. $IGNORECASE=false
  39.  
  40. $ESCCHAR=\
  41.  
  42. $SYMBOLS= ( ) { } [ ] , ; . : & | < > !  = / *  %  + - ~ ^